home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Internet Explorer 5.5.ini < prev    next >
INI File  |  2007-06-03  |  12KB  |  638 lines

  1. [%info]
  2. CSS Internet Explorer 5.5 Compatible
  3. Main reference: http://www.blooberry.com/indexdot/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. page=Printing
  10. table=Tables
  11. text=Text
  12. visual=Visual
  13. scrollbar=Scrollbar
  14. other=Other
  15.  
  16. [%properties]
  17. background
  18. background-attachment
  19. background-color
  20. background-image
  21. background-position
  22. background-position-x
  23. background-position-y
  24. background-repeat
  25. behavior
  26. border
  27. border-bottom
  28. border-bottom-color
  29. border-bottom-style
  30. border-bottom-width
  31. border-collapse
  32. border-color
  33. border-left
  34. border-left-color
  35. border-left-style
  36. border-left-width
  37. border-right
  38. border-right-color
  39. border-right-style
  40. border-right-width
  41. border-style
  42. border-top
  43. border-top-color
  44. border-top-style
  45. border-top-width
  46. border-width
  47. bottom
  48. clear
  49. clip
  50. color
  51. cursor
  52. direction
  53. display
  54. filter
  55. float
  56. font
  57. font-family
  58. font-size
  59. font-style
  60. font-variant
  61. font-weight
  62. height
  63. ime-mode
  64. layout-flow
  65. layout-grid
  66. layout-grid-char
  67. layout-grid-char-spacing
  68. layout-grid-line
  69. layout-grid-mode
  70. layout-grid-type
  71. left
  72. letter-spacing
  73. line-break
  74. line-height
  75. list-style
  76. list-style-image
  77. list-style-position
  78. list-style-type
  79. margin
  80. margin-bottom
  81. margin-left
  82. margin-right
  83. margin-top
  84. overflow
  85. overflow-x
  86. overflow-y
  87. padding
  88. padding-bottom
  89. padding-left
  90. padding-right
  91. padding-top
  92. page-break-after
  93. page-break-before
  94. position
  95. right
  96. ruby-align
  97. ruby-overhang
  98. ruby-position
  99. scrollbar-3dlight-color
  100. scrollbar-arrow-color
  101. scrollbar-base-color
  102. scrollbar-darkshadow-color
  103. scrollbar-face-color
  104. scrollbar-highlight-color
  105. scrollbar-shadow-color
  106. scrollbar-track-color
  107. table-layout
  108. text-align
  109. text-align-last
  110. text-autospace
  111. text-decoration
  112. text-indent
  113. text-justify
  114. text-kashida-space
  115. text-transform
  116. text-underline-position
  117. top
  118. unicode-bidi
  119. vertical-align
  120. visibility
  121. white-space
  122. width
  123. word-break
  124. word-wrap
  125. writing-mode
  126. z-index
  127. zoom
  128.  
  129. [%units]
  130. <length>=px|em|ex|pt|in|pc|mm|cm
  131.  
  132. [%types]
  133. <border-style>=none|dotted|dashed|solid|double|groove|ridge|inset|outset
  134. <border-width>=<length>|thin|medium|thick
  135. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  136. <relative-size>=larger|smaller
  137. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  138.  
  139.  
  140. [background]
  141. group=colors
  142. value=<mixed>
  143. sub1=background-color,<color>|transparent
  144. sub2=background-image,<imageurl>|none
  145. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  146. sub4=background-attachment,scroll|fixed
  147. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  148.  
  149. [background-attachment]
  150. group=colors
  151. value=scroll|fixed
  152.  
  153. [background-color]
  154. group=colors
  155. value=<color>|transparent
  156.  
  157. [background-image]
  158. group=colors
  159. value=<imageurl>|none
  160.  
  161. [background-position]
  162. group=colors
  163. value=<percentage>|<length>|top|center|bottom|left|right
  164.  
  165. [background-position-x]
  166. group=colors
  167. value=<percentage>|<length>|left|center|right
  168.  
  169. [background-position-y]
  170. group=colors
  171. value=<percentage>|<length>|top|center|bottom
  172.  
  173. [background-repeat]
  174. group=colors
  175. value=repeat|repeat-x|repeat-y|no-repeat
  176.  
  177. [behavior]
  178. group=other
  179. value=<url>
  180.  
  181. [border]
  182. group=borders
  183. value=<mixed>
  184. sub1=width,<border-width>
  185. sub2=style,<border-style>
  186. sub3=color,<color>
  187.  
  188. [border-bottom]
  189. group=borders
  190. value=<mixed>
  191. sub1=width,<border-width>
  192. sub2=style,<border-style>
  193. sub3=color,<color>
  194.  
  195. [border-bottom-color]
  196. group=borders
  197. value=<color>
  198.  
  199. [border-bottom-style]
  200. group=borders
  201. value=<border-style>
  202.  
  203. [border-bottom-width]
  204. group=borders
  205. value=<border-width>
  206.  
  207. [border-collapse]
  208. group=table
  209. value=collapse|separate
  210.  
  211. [border-color]
  212. group=borders
  213. value=<mixed>|<color>
  214. sub1=border-top-color,<color>
  215. sub2=border-right-color,<color>
  216. sub3=border-bottom-color,<color>
  217. sub4=border-left-color,<color>
  218.  
  219. [border-left]
  220. group=borders
  221. value=<mixed>
  222. sub1=width,<border-width>
  223. sub2=style,<border-style>
  224. sub3=color,<color>
  225.  
  226. [border-left-color]
  227. group=borders
  228. value=<color>
  229.  
  230. [border-left-style]
  231. group=borders
  232. value=<border-style>
  233.  
  234. [border-left-width]
  235. group=borders
  236. value=<border-width>
  237.  
  238. [border-right]
  239. group=borders
  240. value=<mixed>
  241. sub1=width,<border-width>
  242. sub2=style,<border-style>
  243. sub3=color,<color>
  244.  
  245. [border-right-color]
  246. group=borders
  247. value=<color>
  248.  
  249. [border-right-style]
  250. group=borders
  251. value=<border-style>
  252.  
  253. [border-right-width]
  254. group=borders
  255. value=<border-width>
  256.  
  257. [border-style]
  258. group=borders
  259. value=<mixed>|<border-style>
  260. sub1=border-top-style,<border-style>
  261. sub2=border-right-style,<border-style>
  262. sub3=border-bottom-style,<border-style>
  263. sub4=border-left-style,<border-style>
  264.  
  265. [border-top]
  266. group=borders
  267. value=<mixed>
  268. sub1=width,<border-width>
  269. sub2=style,<border-style>
  270. sub3=color,<color>
  271.  
  272. [border-top-color]
  273. group=borders
  274. value=<color>
  275.  
  276. [border-top-style]
  277. group=borders
  278. value=<border-style>
  279.  
  280. [border-top-width]
  281. group=borders
  282. value=<border-width>
  283.  
  284. [border-width]
  285. group=borders
  286. value=<mixed>|<border-width>
  287. sub1=border-top-width,<border-width>
  288. sub2=border-right-width,<border-width>
  289. sub3=border-bottom-width,<border-width>
  290. sub4=border-left-width,<border-width>
  291.  
  292. [bottom]
  293. group=visual
  294. value=<percentage>|<length>|auto
  295.  
  296. [clear]
  297. group=borders
  298. value=none|left|right|both
  299.  
  300. [clip]
  301. group=visual
  302. value=auto
  303.  
  304. [color]
  305. group=colors
  306. value=<color>
  307.  
  308. [cursor]
  309. group=other
  310. value=default|auto|hand|crosshair|move|text|wait|help|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize
  311.  
  312. [direction]
  313. group=text
  314. value=ltr|rtl
  315.  
  316. [display]
  317. group=visual
  318. value=inline|block|table-header-group|table-footer-group|none
  319.  
  320. [filter]
  321. group=other
  322. value=<filter>
  323.  
  324. [float]
  325. group=borders
  326. value=left|right|none
  327.  
  328. [font]
  329. group=fonts
  330. value=<mixed>
  331. sub1=font-style,normal|italic|oblique
  332. sub2=font-variant,normal|small-caps
  333. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  334. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  335. sub5=line-height,<percentage>|<length>|<number>|normal
  336. sub6=font-family,<font>
  337. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  338.  
  339. [font-family]
  340. group=fonts
  341. value=<font>
  342.  
  343. [font-size]
  344. group=fonts
  345. value=<length>|<percentage>|<relative-size>|<absolute-size>
  346.  
  347. [font-style]
  348. group=fonts
  349. value=normal|italic|oblique
  350.  
  351. [font-variant]
  352. group=fonts
  353. value=normal|small-caps
  354.  
  355. [font-weight]
  356. group=fonts
  357. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  358.  
  359. [height]
  360. group=visual
  361. value=<percentage>|<length>|auto
  362.  
  363. [ime-mode]
  364. group=text
  365. value=auto|active|inactive|disabled
  366.  
  367. [layout-flow]
  368. group=text
  369. value=horizontal|vertical-ideographic
  370.  
  371. [layout-grid]
  372. group=text
  373. value=<mixed>
  374. sub1=layout-grid-mode,both|none|line|char
  375. sub2=layout-grid-type,loose|strict|fixed
  376. sub3=layout-grid-line,<percentage>|<length>|none|auto
  377. sub4=layout-grid-char,<percentage>|<length>|none|auto
  378. sub5=layout-grid-char-spacing,<percentage>|<length>|auto
  379.  
  380. [layout-grid-char]
  381. group=text
  382. value=<percentage>|<length>|none|auto
  383.  
  384. [layout-grid-char-spacing]
  385. group=text
  386. value=<percentage>|<length>|auto
  387.  
  388. [layout-grid-line]
  389. group=text
  390. value=<percentage>|<length>|none|auto
  391.  
  392. [layout-grid-mode]
  393. group=text
  394. value=both|none|line|char
  395.  
  396. [layout-grid-type]
  397. group=text
  398. value=loose|strict|fixed
  399.  
  400. [left]
  401. group=visual
  402. value=<percentage>|<length>|auto
  403.  
  404. [letter-spacing]
  405. group=text
  406. value=<length>|normal
  407.  
  408. [line-break]
  409. group=text
  410. value=normal|strict
  411.  
  412. [line-height]
  413. group=text
  414. value=<percentage>|<length>|<number>|normal
  415.  
  416. [list-style]
  417. group=visual
  418. value=<mixed>
  419. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  420. sub2=list-style-position,inside|outside
  421. sub3=list-style-image,<imageurl>|none
  422.  
  423. [list-style-image]
  424. group=visual
  425. value=<imageurl>|none
  426.  
  427. [list-style-position]
  428. group=visual
  429. value=inside|outside
  430.  
  431. [list-style-type]
  432. group=visual
  433. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  434.  
  435. [margin]
  436. group=borders
  437. value=<mixed>|<percentage>|<length>|auto
  438. sub1=margin-top,<percentage>|<length>|auto
  439. sub2=margin-right,<percentage>|<length>|auto
  440. sub3=margin-bottom,<percentage>|<length>|auto
  441. sub4=margin-left,<percentage>|<length>|auto
  442.  
  443. [margin-bottom]
  444. group=borders
  445. value=<percentage>|<length>|auto
  446.  
  447. [margin-left]
  448. group=borders
  449. value=<percentage>|<length>|auto
  450.  
  451. [margin-right]
  452. group=borders
  453. value=<percentage>|<length>|auto
  454.  
  455. [margin-top]
  456. group=borders
  457. value=<percentage>|<length>|auto
  458.  
  459. [overflow]
  460. group=visual
  461. value=visible|hidden|scroll|auto
  462.  
  463. [overflow-x]
  464. group=visual
  465. value1=visible|hidden|scroll|auto
  466.  
  467. [overflow-y]
  468. group=visual
  469. value1=visible|hidden|scroll|auto
  470.  
  471. [padding]
  472. group=borders
  473. value=<mixed>|<percentage>|<length>
  474. sub1=padding-top,<percentage>|<length>
  475. sub2=padding-right,<percentage>|<length>
  476. sub3=padding-bottom,<percentage>|<length>
  477. sub4=padding-left,<percentage>|<length>
  478.  
  479. [padding-bottom]
  480. group=borders
  481. value=<percentage>|<length>
  482.  
  483. [padding-left]
  484. group=borders
  485. value=<percentage>|<length>
  486.  
  487. [padding-right]
  488. group=borders
  489. value=<percentage>|<length>
  490.  
  491. [padding-top]
  492. group=borders
  493. value=<percentage>|<length>
  494.  
  495. [page-break-after]
  496. group=page
  497. value=auto|always|left|right
  498.  
  499. [page-break-before]
  500. group=page
  501. value=auto|always|left|right
  502.  
  503. [position]
  504. group=visual
  505. value=static|relative|absolute
  506.  
  507. [right]
  508. group=visual
  509. value=<percentage>|<length>|auto
  510.  
  511. [ruby-align]
  512. group=text
  513. value=auto|left|center|right|distribute-letter|distribute-space|line-edge
  514.  
  515. [ruby-overhang]
  516. group=text
  517. value=auto|none|whitespace
  518.  
  519. [ruby-position]
  520. group=text
  521. value=above|inline
  522.  
  523. [scrollbar-3dlight-color]
  524. group=scrollbar
  525. value=<color>
  526.  
  527. [scrollbar-arrow-color]
  528. group=scrollbar
  529. value=<color>
  530.  
  531. [scrollbar-base-color]
  532. group=scrollbar
  533. value=<color>
  534.  
  535. [scrollbar-darkshadow-color]
  536. group=scrollbar
  537. value=<color>
  538.  
  539. [scrollbar-face-color]
  540. group=scrollbar
  541. value=<color>
  542.  
  543. [scrollbar-highlight-color]
  544. group=scrollbar
  545. value=<color>
  546.  
  547. [scrollbar-shadow-color]
  548. group=scrollbar
  549. value=<color>
  550.  
  551. [scrollbar-track-color]
  552. group=scrollbar
  553. value=<color>
  554.  
  555. [table-layout]
  556. group=table
  557. value=auto|fixed
  558.  
  559. [text-align]
  560. group=text
  561. value=left|right|center|justify
  562.  
  563. [text-align-last]
  564. group=text
  565. value=left|right|center|justify|auto
  566.  
  567. [text-autospace]
  568. group=text
  569. value=none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space
  570.  
  571. [text-decoration]
  572. group=text
  573. value=none|underline|overline|line-through
  574.  
  575. [text-indent]
  576. group=text
  577. value=<percentage>|<length>
  578.  
  579. [text-justify]
  580. group=text
  581. value=inter-word|newspaper|distribute-all-lines|distribute|inter-ideograph|auto
  582.  
  583. [text-kashida-space]
  584. group=text
  585. value=<percentage>
  586.  
  587. [text-transform]
  588. group=text
  589. value=capitalize|uppercase|lowercase|none
  590.  
  591. [text-underline-position]
  592. group=text
  593. value=above|below
  594.  
  595. [top]
  596. group=visual
  597. value=<percentage>|<length>|auto
  598.  
  599. [unicode-bidi]
  600. group=text
  601. value=normal|embed|bidi-override
  602.  
  603. [vertical-align]
  604. group=text
  605. value=baseline|sub|super|top|text-top|middle|bottom|text-bottom
  606.  
  607. [visibility]
  608. group=visual
  609. value=visible|hidden
  610.  
  611. [white-space]
  612. group=text
  613. value=normal|pre|nowrap
  614.  
  615. [width]
  616. group=visual
  617. value=<percentage>|<length>|auto
  618.  
  619. [word-break]
  620. group=text
  621. value=normal|break-all|keep-all
  622.  
  623. [word-wrap]
  624. group=text
  625. value=normal|break-word
  626.  
  627. [writing-mode]
  628. group=text
  629. value=lr-tb|tb-rl
  630.  
  631. [z-index]
  632. group=visual
  633. value=<number>|auto
  634.  
  635. [zoom]
  636. group=other
  637. value=<percentage>|<number>|normal
  638.